net/netip.Addr.isZero (method)

2 uses

	net/netip (current package)
		netip.go#L372: func (ip Addr) isZero() bool {
		netip.go#L1242: 	if !ip.isZero() && bits >= 0 && bits <= ip.BitLen() {